3.1438 \(\int \frac{(2+3 x)^4 (3+5 x)^2}{1-2 x} \, dx\)

Optimal. Leaf size=51 \[ -\frac{675 x^6}{4}-\frac{3537 x^5}{4}-\frac{68121 x^4}{32}-\frac{51571 x^3}{16}-\frac{238297 x^2}{64}-\frac{281305 x}{64}-\frac{290521}{128} \log (1-2 x) \]

[Out]

(-281305*x)/64 - (238297*x^2)/64 - (51571*x^3)/16 - (68121*x^4)/32 - (3537*x^5)/
4 - (675*x^6)/4 - (290521*Log[1 - 2*x])/128

_______________________________________________________________________________________

Rubi [A]  time = 0.0549244, antiderivative size = 51, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 22, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.045 \[ -\frac{675 x^6}{4}-\frac{3537 x^5}{4}-\frac{68121 x^4}{32}-\frac{51571 x^3}{16}-\frac{238297 x^2}{64}-\frac{281305 x}{64}-\frac{290521}{128} \log (1-2 x) \]

Antiderivative was successfully verified.

[In]  Int[((2 + 3*x)^4*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(-281305*x)/64 - (238297*x^2)/64 - (51571*x^3)/16 - (68121*x^4)/32 - (3537*x^5)/
4 - (675*x^6)/4 - (290521*Log[1 - 2*x])/128

_______________________________________________________________________________________

Rubi in Sympy [F]  time = 0., size = 0, normalized size = 0. \[ - \frac{675 x^{6}}{4} - \frac{3537 x^{5}}{4} - \frac{68121 x^{4}}{32} - \frac{51571 x^{3}}{16} - \frac{290521 \log{\left (- 2 x + 1 \right )}}{128} + \int \left (- \frac{281305}{64}\right )\, dx - \frac{238297 \int x\, dx}{32} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((2+3*x)**4*(3+5*x)**2/(1-2*x),x)

[Out]

-675*x**6/4 - 3537*x**5/4 - 68121*x**4/32 - 51571*x**3/16 - 290521*log(-2*x + 1)
/128 + Integral(-281305/64, x) - 238297*Integral(x, x)/32

_______________________________________________________________________________________

Mathematica [A]  time = 0.0192227, size = 42, normalized size = 0.82 \[ \frac{1}{512} \left (-86400 x^6-452736 x^5-1089936 x^4-1650272 x^3-1906376 x^2-2250440 x-1162084 \log (1-2 x)+1891717\right ) \]

Antiderivative was successfully verified.

[In]  Integrate[((2 + 3*x)^4*(3 + 5*x)^2)/(1 - 2*x),x]

[Out]

(1891717 - 2250440*x - 1906376*x^2 - 1650272*x^3 - 1089936*x^4 - 452736*x^5 - 86
400*x^6 - 1162084*Log[1 - 2*x])/512

_______________________________________________________________________________________

Maple [A]  time = 0.004, size = 38, normalized size = 0.8 \[ -{\frac{675\,{x}^{6}}{4}}-{\frac{3537\,{x}^{5}}{4}}-{\frac{68121\,{x}^{4}}{32}}-{\frac{51571\,{x}^{3}}{16}}-{\frac{238297\,{x}^{2}}{64}}-{\frac{281305\,x}{64}}-{\frac{290521\,\ln \left ( -1+2\,x \right ) }{128}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((2+3*x)^4*(3+5*x)^2/(1-2*x),x)

[Out]

-675/4*x^6-3537/4*x^5-68121/32*x^4-51571/16*x^3-238297/64*x^2-281305/64*x-290521
/128*ln(-1+2*x)

_______________________________________________________________________________________

Maxima [A]  time = 1.32991, size = 50, normalized size = 0.98 \[ -\frac{675}{4} \, x^{6} - \frac{3537}{4} \, x^{5} - \frac{68121}{32} \, x^{4} - \frac{51571}{16} \, x^{3} - \frac{238297}{64} \, x^{2} - \frac{281305}{64} \, x - \frac{290521}{128} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^4/(2*x - 1),x, algorithm="maxima")

[Out]

-675/4*x^6 - 3537/4*x^5 - 68121/32*x^4 - 51571/16*x^3 - 238297/64*x^2 - 281305/6
4*x - 290521/128*log(2*x - 1)

_______________________________________________________________________________________

Fricas [A]  time = 0.231933, size = 50, normalized size = 0.98 \[ -\frac{675}{4} \, x^{6} - \frac{3537}{4} \, x^{5} - \frac{68121}{32} \, x^{4} - \frac{51571}{16} \, x^{3} - \frac{238297}{64} \, x^{2} - \frac{281305}{64} \, x - \frac{290521}{128} \, \log \left (2 \, x - 1\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^4/(2*x - 1),x, algorithm="fricas")

[Out]

-675/4*x^6 - 3537/4*x^5 - 68121/32*x^4 - 51571/16*x^3 - 238297/64*x^2 - 281305/6
4*x - 290521/128*log(2*x - 1)

_______________________________________________________________________________________

Sympy [A]  time = 0.200022, size = 49, normalized size = 0.96 \[ - \frac{675 x^{6}}{4} - \frac{3537 x^{5}}{4} - \frac{68121 x^{4}}{32} - \frac{51571 x^{3}}{16} - \frac{238297 x^{2}}{64} - \frac{281305 x}{64} - \frac{290521 \log{\left (2 x - 1 \right )}}{128} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((2+3*x)**4*(3+5*x)**2/(1-2*x),x)

[Out]

-675*x**6/4 - 3537*x**5/4 - 68121*x**4/32 - 51571*x**3/16 - 238297*x**2/64 - 281
305*x/64 - 290521*log(2*x - 1)/128

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.209137, size = 51, normalized size = 1. \[ -\frac{675}{4} \, x^{6} - \frac{3537}{4} \, x^{5} - \frac{68121}{32} \, x^{4} - \frac{51571}{16} \, x^{3} - \frac{238297}{64} \, x^{2} - \frac{281305}{64} \, x - \frac{290521}{128} \,{\rm ln}\left ({\left | 2 \, x - 1 \right |}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(-(5*x + 3)^2*(3*x + 2)^4/(2*x - 1),x, algorithm="giac")

[Out]

-675/4*x^6 - 3537/4*x^5 - 68121/32*x^4 - 51571/16*x^3 - 238297/64*x^2 - 281305/6
4*x - 290521/128*ln(abs(2*x - 1))